Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SI-8285 use correct kind of map for quasiquote positions #3593

Merged
merged 1 commit into from Mar 1, 2014

Conversation

densh
Copy link
Contributor

@densh densh commented Feb 28, 2014

Previously mutable.ListMap was used with assumption that it preserved
order of inserted elements (but it doesn't). Surprisingly logic that
assumed ordered elements worked mosly fine on unordered ones. I guess
two bugs can cancel each other out.

review @retronym

Previously mutable.ListMap was used with assumption that it preserved
order of inserted elements (but it doesn't). Surprisingly logic that
assumed ordered elements worked mosly fine on unordered ones. I guess
two bugs can cancel each other out.
@densh densh added this to the 2.11.0-RC2 milestone Feb 28, 2014
@retronym
Copy link
Member

LGTM. You might consider additional refactoring to use Range#contains rather than the < and > checks.

xeno-by added a commit that referenced this pull request Mar 1, 2014
SI-8285 use correct kind of map for quasiquote positions
@xeno-by xeno-by merged commit cfac5e9 into scala:master Mar 1, 2014
@adriaanm adriaanm modified the milestones: 2.11.0-RC3, 2.11.0-RC2 Mar 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants